ComponentOne Zip for UWP
Remove(String[]) Method

C1.UWP.Zip Assembly > C1.C1Zip Namespace > C1ZipEntryCollection Class > Remove Method : Remove(String[]) Method
Array containing the names of the entries to remove.
Removes several entries from the current zip file.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal entryNames() As System.String _
) 
public void Remove( 
   System.string[] entryNames
)

Parameters

entryNames
Array containing the names of the entries to remove.
See Also

Reference

C1ZipEntryCollection Class
C1ZipEntryCollection Members
Overload List